home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 February: Tool Chest / Dev.CD Feb 94.toast / New System Software Extensions / QuickDraw™ GX v1.0ß2 / Sample Code / Graphics Samples / Test Cubics - cubic to quad / DumpFile.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-10  |  76 b   |  8 lines  |  [TEXT/MPS ]

  1. #include "TestCubics.h"
  2.  
  3. short a( void );
  4.  
  5. short a( void )
  6. {
  7.     return( 0 );
  8. }